go.uber.org/zap/zapcore.jsonEncoder.reflectBuf (field)
10 uses
go.uber.org/zap/zapcore (current package)
json_encoder.go#L46: if enc.reflectBuf != nil {
json_encoder.go#L47: enc.reflectBuf.Free()
json_encoder.go#L53: enc.reflectBuf = nil
json_encoder.go#L65: reflectBuf *buffer.Buffer
json_encoder.go#L159: if enc.reflectBuf == nil {
json_encoder.go#L160: enc.reflectBuf = bufferpool.Get()
json_encoder.go#L161: enc.reflectEnc = enc.NewReflectedEncoder(enc.reflectBuf)
json_encoder.go#L163: enc.reflectBuf.Reset()
json_encoder.go#L179: enc.reflectBuf.TrimNewline()
json_encoder.go#L180: return enc.reflectBuf.Bytes(), nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)